home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2103 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.2 KB  |  34 lines

  1. Newsgroups: comp.lang.c++
  2. Path: ncrgw2.ncr.com!ncrhub6!daynews!falcon!news
  3. From: Dick Menninger <Dick.Menninger@DaytonOH.ATTGIS.COM>
  4. Subject: Re: Random numbers
  5. X-Nntp-Posting-Host: 149.25.118.167
  6. Message-ID: <DL8p8E.9FJ@falcon.daytonoh.attgis.com>
  7. Sender: news@falcon.daytonoh.attgis.com (News administrative Login)
  8. Reply-To: Dick.Menninger@DaytonOH.ATTGIS.COM (mennid)
  9. Organization: AT&T Global Information Solutions
  10. X-Newsreader: DiscussIT 2.5.1.3 for MS Windows [AT&T Software Products Division]
  11. References: <4d1bgp$qn6@locutus.rchland.ibm.com>
  12. Date: Mon, 15 Jan 1996 20:36:13 GMT
  13.  
  14.  
  15. > ==========pstaite@vnet.ibm.com, 1/10/96==========
  16.  
  17. > See Knuth's "Art of Computer Programming" Vol II or "Numerical
  18. Recipies 
  19. > in C" or some other decent algorithms book for a good pseudo random 
  20. > number generator.
  21.  
  22. Actually, his discussion, though the definitive discussion
  23. on mills, covers only half of the problem.  How you map
  24. a mill value into a small integer range is also very important
  25. as is creating distinct random variables.  See my post
  26. elsewhere in this thread for more details.  Thinking that
  27. the mill was the whole problem was a curious blind spot
  28. that many good people suffered in common.
  29.  
  30. Good Day
  31. Dick
  32. Dick.Menninger@DaytonOH.ATTGIS.COM
  33.  
  34.